home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 15
/
Aminet 15 - Nov 1996.iso
/
Aminet
/
dev
/
basic
/
ace24dist.lha
/
ace24.lha
/
include
/
Exec
/
exec.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-09-10
|
634b
|
34 lines
#ifndef EXEC_EXEC_H
#define EXEC_EXEC_H 1
/*
** exec.h for ACE Basic
**
** Note: Translated to ACE by ConvertC2ACE
** @ MapMeadow Software, Nils Sjoholm
**
**
** Date: 09/02/95
**
**
*/
#include <exec/types.h>
#include <exec/nodes.h>
#include <exec/lists.h>
#include <exec/alerts.h>
#include <exec/errors.h>
#include <exec/initializers.h>
#include <exec/resident.h>
#include <exec/memory.h>
#include <exec/tasks.h>
#include <exec/ports.h>
#include <exec/interrupts.h>
#include <exec/semaphores.h>
#include <exec/libraries.h>
#include <exec/io.h>
#include <exec/devices.h>
#include <exec/execbase.h>
#endif /* EXEC_EXEC_H */